diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-12-07 15:22:29 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-12-07 15:22:29 +0000 |
commit | de32b73eb1a7d414660f418230e3b9137887c13a (patch) | |
tree | 0c50d6e85bb8e3e9304e2df5091e974ba276cc59 /test/Makefile | |
parent | e077ba7d12bffb9fc1119f03850eb74d7070d535 (diff) |
Some more work on driver and added simple test program. Next step implement
the write.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..60e233d --- /dev/null +++ b/test/Makefile @@ -0,0 +1 @@ +sidtest: sidtest.c |