diff options
author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-03-06 10:30:39 +0200 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-03-06 10:30:39 +0200 |
commit | dceebd4bc0decad3bf3fbada79fdfb8c31c2c54c (patch) | |
tree | a199194fa61f4e2fe542a9829dd965065fe7d89c /test | |
parent | 509541503fa0b484ea73f4530470acc1a5655151 (diff) |
Changed underscores to hyphens.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1a80e04..0237425 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -TESTS = test_c_compile test_cxx_compile +TESTS = test-c-compile test-cxx-compile check_PROGRAMS = $(TESTS) |