From de50cd15f12216760bb746ec8936fc1501113425 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Aug 2021 13:09:25 +0100 Subject: Add EventCounter class --- test/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 1f0dac3..16b7244 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -17,6 +17,7 @@ run test-rawDataReader.cpp ; run test-bitset.cpp ; run test-streams.cpp ; run test-misc.cpp ; +run test-counters.cpp : : : testdb ; run test-mysql.cpp : : : testdb ; run test-postgresql.cpp : -- : ../db/schema.sql : testdb ; run test-e2e.cpp : -- : ../db/schema.sql : testdb testdb ; -- cgit v1.2.3