From 01ccd4e00d0990bd191ccc07a22895a68df65634 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 27 Jun 2021 18:51:59 +0100 Subject: Basic type mapper --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 55dcadf..d0b0e70 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -18,4 +18,4 @@ run test-streams.cpp ; run test-misc.cpp ; run test-mysql.cpp : : : testdb ; run test-postgresql.cpp : -- : ../db/schema.sql : testdb ; -run test-e2e.cpp : -- : ../db/schema.sql : testdb ; +run test-mapping.cpp : : : testdb testdb ; -- cgit v1.2.3