Skip to content
Snippets Groups Projects
Commit d01665c7 authored by Oliver Sander's avatar Oliver Sander
Browse files

principle of least surprise: executables should have the same name as the...

principle of least surprise: executables should have the same name as the source file that contains main()

[[Imported from SVN: r5639]]
parent 4b08e044
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ TESTPROGS = parsetest test-stack arraylisttest smartpointertest \ ...@@ -11,7 +11,7 @@ TESTPROGS = parsetest test-stack arraylisttest smartpointertest \
testfassign4 \ testfassign4 \
testfassign_fail1 testfassign_fail2 testfassign_fail3 \ testfassign_fail1 testfassign_fail2 testfassign_fail3 \
testfassign_fail4 testfassign_fail5 testfassign_fail6 \ testfassign_fail4 testfassign_fail5 testfassign_fail6 \
conversiontest bitsetvectortest deprecatedtuplestest \ conversiontest bitsetvectortest deprtuplestest \
float_cmp float_cmp
# which tests to run # which tests to run
...@@ -67,7 +67,7 @@ smartpointertest_SOURCES = smartpointertest.cc ...@@ -67,7 +67,7 @@ smartpointertest_SOURCES = smartpointertest.cc
tuplestest_SOURCES = tuplestest.cc tuplestest_SOURCES = tuplestest.cc
deprecatedtuplestest_SOURCES = deprtuplestest.cc deprtuplestest_SOURCES = deprtuplestest.cc
streamtest_SOURCES = streamtest.cc streamtest_SOURCES = streamtest.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment