aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mode01.cpp
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-07-21 03:01:58 -0400
committerGravatar Peter McGoron 2022-07-21 03:01:58 -0400
commitd8b011110ad743771183ca7489401c11fe801e4f (patch)
treeb358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/mode01.cpp
parentadd gitignore (diff)
successfully test mode01, add Makefile
Diffstat (limited to 'tests/mode01.cpp')
-rw-r--r--tests/mode01.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mode01.cpp b/tests/mode01.cpp
new file mode 100644
index 0000000..4b5ea78
--- /dev/null
+++ b/tests/mode01.cpp
@@ -0,0 +1,3 @@
+#include "Vmode01.h"
+using TopModule = Vmode01;
+#include "write_read.cpp"