diff options
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/generated/buildfile | 2 | ||||
-rw-r--r-- | tests/test/simple/buildfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/generated/buildfile b/tests/test/generated/buildfile index 07a38d6..aacca8b 100644 --- a/tests/test/generated/buildfile +++ b/tests/test/generated/buildfile @@ -6,4 +6,4 @@ exe{utility}: cxx{utility} exe{driver}: cxx{driver} exe{driver}: test.input = exe{utility} -.: exe{driver} +./: exe{driver} 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} |