diff options
Diffstat (limited to 'tests/install/simple/buildfile')
-rw-r--r-- | tests/install/simple/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile new file mode 100644 index 0000000..986f391 --- /dev/null +++ b/tests/install/simple/buildfile @@ -0,0 +1,6 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +exe{driver}: cxx{driver} |