From 5bb11d36948f9ccc243711d4e9caf4b19b3c384b Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 07 Jun 2012 14:34:51 +0000
Subject: [PATCH] Starting tests. Doing tests of co coefficients.

---
 test/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 6d26359..7442980 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,7 @@
 doxygentestdir=../
 float3cmpdir=../
 confusetestdir=../
+codir=../
 doxygentest_PROGRAMS=doxygentest 
 doxygentest_SOURCES=doxygentest.c
 float3cmp_PROGRAMS=float3cmp
@@ -8,3 +9,5 @@
 confusetest_PROGRAMS=confusetest
 confusetest_SOURCES=confusetest.c
 confusetest_LDFLAGS=-lconfuse
+co_PROGRAMS=co
+co_SOURCES=co.c ../src/sh.c ../src/general.c ../src/vesicle.c

--
Gitblit v1.9.3