Skip to content

Commit 35ec8ca

Browse files
committed
Add argcargv test case to test-suite
1 parent d60724b commit 35ec8ca

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

Examples/test-suite/common.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ CPP_TEST_CASES += \
117117
anonymous_bitfield \
118118
apply_signed_char \
119119
apply_strings \
120+
argcargvtest \
120121
argout \
121122
array_member \
122123
array_typedef_memberin \

Examples/test-suite/octave/argcargvtest_runme.m

Lines changed: 0 additions & 29 deletions
This file was deleted.

Examples/test-suite/python/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ top_srcdir = @top_srcdir@
2020
top_builddir = @top_builddir@
2121

2222
CPP_TEST_CASES += \
23-
argcargvtest \
2423
callback \
2524
complextest \
2625
director_stl \

0 commit comments

Comments
 (0)