summaryrefslogtreecommitdiff
path: root/tests/tsin.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-10-02 08:55:17 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-10-02 08:55:17 +0000
commit435e464dceabfbc128fa5db56cca284479ddd236 (patch)
tree1a4fa4338a15656bc0b85b848df354883d03acdd /tests/tsin.c
parentb04f36eba15df2a3d0aca60da2833375d0ea13cc (diff)
downloadmpc-435e464dceabfbc128fa5db56cca284479ddd236.tar.gz
read_data.c read_data_cc.c: rename read_data since it depends on function prototype, fix a bug (sign must always be checked with real non-zero values), add comment with usage explanations.
Makefile.am: change filenames. sin sin.dat: add suffix in filename. tsin.c: change data filename. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@222 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tsin.c')
-rw-r--r--tests/tsin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsin.c b/tests/tsin.c
index 6a7e3f3..c7d009d 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -29,14 +29,14 @@ MA 02111-1307, USA. */
#define TEST_FUNCTION mpc_sin
#include "tgeneric_cc.c"
-#include "read_data.c"
+#include "read_data_cc.c"
int
main (void)
{
test_start ();
- data_check ("sin");
+ data_check ("sin.dat");
tgeneric (2, 512, 7, 7);
test_end ();