diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 20:30:24 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-13 20:30:24 +0100 |
commit | 194f7b8772e943dba98d672e738214808eb1a1a7 (patch) | |
tree | efa8d2f4e79d14e1745fae586d72cea8df68048c /test/Jamfile.jam | |
parent | Add missing dep on schema file (diff) | |
download | mygrate-194f7b8772e943dba98d672e738214808eb1a1a7.tar.bz2 mygrate-194f7b8772e943dba98d672e738214808eb1a1a7.tar.xz mygrate-194f7b8772e943dba98d672e738214808eb1a1a7.zip |
Code for setting up an initial source from scratch
Includes beginnings of the end-to-end test suite.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 685ecf9..55dcadf 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -18,3 +18,4 @@ run test-streams.cpp ; run test-misc.cpp ; run test-mysql.cpp : : : <library>testdb ; run test-postgresql.cpp : -- : ../db/schema.sql : <library>testdb ; +run test-e2e.cpp : -- : ../db/schema.sql : <library>testdb ; |