diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-13 15:01:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-13 15:02:22 +0200 |
commit | 0ff2115b07c31663db45dcd71a7e6c554153dac2 (patch) | |
tree | 31214fc29dc13351d689bc803b305d0d84ddd2cb /chart2 | |
parent | 0c3a839f1e1ca16c1f41002cf00c8e21f05dd01c (diff) |
Fix naming
Change-Id: Ib2f9577429a4b9b97540de1eb40837ddafdc05b5
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/CppunitTest_chart2_export.mk (renamed from chart2/CppunitTest_chart2_exporttest.mk) | 0 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_import.mk (renamed from chart2/CppunitTest_chart2_importtest.mk) | 0 | ||||
-rw-r--r-- | chart2/Module_chart2.mk | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/chart2/CppunitTest_chart2_exporttest.mk b/chart2/CppunitTest_chart2_export.mk index 0c0e0253ca29..0c0e0253ca29 100644 --- a/chart2/CppunitTest_chart2_exporttest.mk +++ b/chart2/CppunitTest_chart2_export.mk diff --git a/chart2/CppunitTest_chart2_importtest.mk b/chart2/CppunitTest_chart2_import.mk index 8cc849fbd204..8cc849fbd204 100644 --- a/chart2/CppunitTest_chart2_importtest.mk +++ b/chart2/CppunitTest_chart2_import.mk diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 3dacc4c16a0e..1cfe2ad04f9b 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Module_add_targets,chart2,\ )) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ - CppunitTest_chart2_exporttest \ + CppunitTest_chart2_export \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ |