[Pkg-octave-commit] [SCM] Debian packaging for octave-nnet branch, master, updated. 171db04e146728d4b7ad994169aecd4e72d1d428

Rafael Laboissiere rafael at laboissiere.net
Sat Mar 31 11:14:01 UTC 2012


The following commit has been merged in the master branch:
commit 171db04e146728d4b7ad994169aecd4e72d1d428
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Mar 31 13:07:49 2012 +0200

    debian/check.m: Add file for running the MLP tests
    
    Also, add debian/clean for removing the files left by the tests and include
    them in the list of exclusions for Git.

diff --git a/.gitignore b/.gitignore
index 8d555fe..29e4ffb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,6 @@ debian/files
 debian/octave-nnet.debhelper.log
 debian/octave-nnet.substvars
 debian/octave-nnet/
+tests/MLP/example2/MLP3test.txt
+tests/MLP/example2/MLP9-2-2-1.txt
+tests/MLP/log_test1_1
diff --git a/debian/check.m b/debian/check.m
new file mode 100644
index 0000000..3ee8166
--- /dev/null
+++ b/debian/check.m
@@ -0,0 +1,7 @@
+cd tests/MLP
+
+disp ("[MLPScripts]");
+MLPScripts;
+
+disp ("[nnetTestMLP]");
+nnetTestMLP;
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..5cf0f57
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+tests/MLP/example2/MLP3test.txt
+tests/MLP/example2/MLP9-2-2-1.txt
+tests/MLP/log_test1_1

-- 
Debian packaging for octave-nnet



More information about the Pkg-octave-commit mailing list