1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-28 00:08:21 +01:00
brlaser/test
Ondřej Budai 911a518f4e fix build under Fedora 38
Building brlaser under Fedora 38 gives the following error in
test/tempfile.h:
error: 'uint8_t' was not declared in this scope

This commit fixes it by explicitly including `cstdin` in the file, so
`uint8_t` is correctly defined there.
2023-03-14 08:01:28 -04:00
..
lest.hpp Import lest v1.8.0 2014-06-29 11:50:18 +02:00
tempfile.h fix build under Fedora 38 2023-03-14 08:01:28 -04:00
test_block.cc Arrange blocks in bands of 128 lines 2020-04-20 21:58:11 +02:00
test_job.cc Be tolerant of zero-page jobs 2020-04-18 10:58:27 +02:00
test_lest.cc Add some basic tests 2014-02-04 22:29:27 +01:00
test_line.cc CMake conversion 2018-01-27 00:18:19 +01:00