mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-29 02:31:45 +00:00
Let the test suite compile on targets incompatible with encconv
This commit is contained in:
parent
d1c0ad6b22
commit
925cc29172
@ -1,7 +1,9 @@
|
||||
import test_fibonacci
|
||||
import test_pstring
|
||||
import test_string
|
||||
#if ENCCONV_SUPPORTED
|
||||
import test_encconv
|
||||
#endif
|
||||
#if MILLFORK_VERSION >= 000317
|
||||
import test_template<ignored1, 1>
|
||||
import test_template<ignored1, 1>
|
||||
@ -15,7 +17,9 @@ void main() {
|
||||
test_fibonacci()
|
||||
test_string()
|
||||
test_pstring()
|
||||
#if ENCCONV_SUPPORTED
|
||||
test_encconv()
|
||||
#endif
|
||||
|
||||
new_line()
|
||||
putstrz("Total failures: "z)
|
||||
|
Loading…
Reference in New Issue
Block a user