summaryrefslogtreecommitdiffstats
path: root/sha1/test/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-07-16 17:40:49 +0100
committerYour Name <you@example.com>2019-07-16 17:40:49 +0100
commitd3b2a8018cd73180cf8260bb9e24e33590fb518e (patch)
tree106f4c738acb4e2d4b822d5d72938fa4f3f0a17d /sha1/test/Makefile
parentb3048aeaf08d6d88210a62e4c5582830be2bb2ed (diff)
downloadwristapps-d3b2a8018cd73180cf8260bb9e24e33590fb518e.tar.gz
wristapps-d3b2a8018cd73180cf8260bb9e24e33590fb518e.tar.bz2
wristapps-d3b2a8018cd73180cf8260bb9e24e33590fb518e.zip
fish
Diffstat (limited to 'sha1/test/Makefile')
-rw-r--r--sha1/test/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sha1/test/Makefile b/sha1/test/Makefile
new file mode 100644
index 0000000..62b3ef7
--- /dev/null
+++ b/sha1/test/Makefile
@@ -0,0 +1,11 @@
+TEST=3
+
+PROG=totp${TEST}
+
+test: ${PROG}
+ ./totp.pl
+ ./${PROG}
+
+
+
+