File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/alloc-pool and run ./test.
22
3- CC = gcc
4- DEFS =
5- # DEFS+= '-DDUK_ALLOC_POOL_DEBUG'
3+ CC = gcc
4+ DEFS =
5+ # DEFS += '-DDUK_ALLOC_POOL_DEBUG'
66
77.PHONY : test
88test :
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/cbor.
22
3- VALGRIND = valgrind
4- CC = gcc
5- CCOPTS= -std =c99 -Wall -Wextra -O2
6- # CCOPTS+= -fsanitize=undefined
3+ VALGRIND = valgrind
4+ CC = gcc
5+ CCOPTS = -std=c99 -Wall -Wextra -O2
6+ # CCOPTS += -fsanitize=undefined
77
88.PHONY : all
99all : clean jsoncbor test-runs
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/console and run ./test.
22
3- CC = gcc
3+ CC = gcc
44
55.PHONY : test
66test :
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/duk-v1-compat and run ./test.
22
3- CC = gcc
3+ CC = gcc
44
55.PHONY : test
66test :
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/logging and run ./test.
22
3- CC = gcc
3+ CC = gcc
44
55.PHONY : test
66test :
Original file line number Diff line number Diff line change 11# Just for manual testing
2- CC = gcc
2+ CC = gcc
33
44.PHONY : test
55test : duk_minimal_printf.c
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/module-duktape and run ./test.
22# There's test coverage in tests/ecmascript, so tests here are very simple.
33
4- CC = gcc
4+ CC = gcc
55
66.PHONY : test
77test :
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/module-node and run ./test.
22
3- CC = gcc
3+ CC = gcc
44
55.PHONY : test
66test :
Original file line number Diff line number Diff line change 11# For manual testing; say 'make' in extras/print-alert and run ./test.
22
3- CC = gcc
3+ CC = gcc
44
55.PHONY : test
66test :
You can’t perform that action at this time.
0 commit comments