Skip to content
Snippets Groups Projects
Commit 3c562626 authored by dkg's avatar dkg
Browse files

added a stub testsuite

parent df820bc2
Branches
Tags
No related merge requests found
#!/bin/bash
# test suite for hddemux
# this is just a stub.
# hddemux with no arguments and no listening file descriptors should fail:
if [ ./hddemux ]; then
false
fi
# should probably try to actually test it!
true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment