diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 19:10:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 19:14:44 +0200 |
commit | f3515761c00c6e911e9d4f2b10e941481c7ac720 (patch) | |
tree | 425561a9038fb7e498aa6b5daa831576e5ae01b4 | |
parent | 03535b91605ae0cfdf3be5eb2dfdf5de5374bdb2 (diff) |
Assume CppunitTest_chart2_import got removed by accident
...by 14c2ab30201d97f733375b4e3e88e5919701be25 "add export test for charts."
Change-Id: I5c77276a80e15fff8d4042c3bc52f3094227d647
-rw-r--r-- | chart2/Module_chart2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 1cfe2ad04f9b..03c7cf39a955 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -18,6 +18,7 @@ $(eval $(call gb_Module_add_targets,chart2,\ $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_export \ + CppunitTest_chart2_import \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ |