Index: /branches/eam_branches/20091201/ppSub/src/ppSub.c
===================================================================
--- /branches/eam_branches/20091201/ppSub/src/ppSub.c	(revision 26479)
+++ /branches/eam_branches/20091201/ppSub/src/ppSub.c	(revision 26480)
@@ -24,4 +24,10 @@
 int main(int argc, char *argv[])
 {
+
+    psLibInit(NULL);
+    pmSubtractionDeconvolutionTest ();
+    psLibFinalize();
+    exit (1);
+
     psExit exitValue = PS_EXIT_SUCCESS; // Exit value
     psTimerStart("ppSub");
