projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7aae64
)
test: Add a dummy unit test to fix 'make test'.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 3 Dec 2014 23:08:09 +0000
(
00:08
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 3 Dec 2014 23:09:12 +0000
(
00:09
+0100)
This should be dropped again when the real unit tests
are working again.
test/data/logicsnapshot.cpp
patch
|
blob
|
history
diff --git
a/test/data/logicsnapshot.cpp
b/test/data/logicsnapshot.cpp
index 33727029b3188d49a2157885602f6adf903582bf..9f97393209cd640b332ceff9a1cd7d859c81898b 100644
(file)
--- a/
test/data/logicsnapshot.cpp
+++ b/
test/data/logicsnapshot.cpp
@@
-29,6
+29,14
@@
using pv::data::LogicSnapshot;
using std::vector;
+// Dummy, remove again when unit tests are fixed.
+BOOST_AUTO_TEST_SUITE(DummyTestSuite)
+BOOST_AUTO_TEST_CASE(DummyTestCase)
+{
+ BOOST_CHECK_EQUAL(1, 1);
+}
+BOOST_AUTO_TEST_SUITE_END()
+
#if 0
BOOST_AUTO_TEST_SUITE(LogicSnapshotTest)