new bash scripts
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
( source ./functions.source ; cd "$bin/.." ; make test )
|
||||
|
||||
# That's all Folks!
|
||||
##
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
( source ./functions.source ; cd "$bin/.." ; make tests )
|
||||
|
||||
# That's all Folks!
|
||||
##
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Test driver for exiv2.exe --verbose --version
|
||||
|
||||
( source ./functions.source ; $bin/unit_tests$exe )
|
||||
|
||||
# That's all Folks!
|
||||
##
|
||||
Reference in New Issue
Block a user