diff options
author | Mike Buland <mike@xagasoft.com> | 2012-07-09 12:17:50 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2012-07-09 12:17:50 -0600 |
commit | 49139048717d32e214d725a334b5920c35f7366f (patch) | |
tree | 615e1d60026c8b40f5ec71d43e11fc44d25c291e /src/tests | |
parent | 3cea9f4fbfe520d443dbaeacfcd8de09fb78125d (diff) | |
download | libneural-49139048717d32e214d725a334b5920c35f7366f.tar.gz libneural-49139048717d32e214d725a334b5920c35f7366f.tar.bz2 libneural-49139048717d32e214d725a334b5920c35f7366f.tar.xz libneural-49139048717d32e214d725a334b5920c35f7366f.zip |
Neural nets are ready for some testing.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/pic.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/pic.cpp b/src/tests/pic.cpp new file mode 100644 index 0000000..89bfcaf --- /dev/null +++ b/src/tests/pic.cpp | |||
@@ -0,0 +1,7 @@ | |||
1 | #include "neural/network.h" | ||
2 | |||
3 | int main( int argc, char *argv[] ) | ||
4 | { | ||
5 | return 0; | ||
6 | } | ||
7 | |||