aboutsummaryrefslogtreecommitdiff
path: root/tests/test/simple/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/simple/buildfile')
-rw-r--r--tests/test/simple/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/simple/buildfile b/tests/test/simple/buildfile
index 0162826..569c12c 100644
--- a/tests/test/simple/buildfile
+++ b/tests/test/simple/buildfile
@@ -8,5 +8,5 @@ exe{driver}: cxx{driver} #lib{utility}
exe{*}: test = true
exe{*}: test.output = test.out
-.: lib{utility} exe{driver}
-#.: exe{driver}
+./: lib{utility} exe{driver}
+#./: exe{driver}