From 70c4da0edcaef942f99398aa6271215fc4a6df3e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 4 May 2009 19:52:48 -0400 Subject: Split api tests into their own file. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 736835e..12356e6 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ clean: LINTABLE_TESTS = \ test/coveragetest.py \ + test/test_api.py \ test/test_cmdline.py \ test/test_data.py \ test/test_execfile.py \ -- cgit v1.2.1