Skip to content

Commit

Permalink
ticalcs: rewrite torture test in C++.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Nov 21, 2023
1 parent 362c791 commit 4d61aae
Show file tree
Hide file tree
Showing 3 changed files with 954 additions and 958 deletions.
4 changes: 2 additions & 2 deletions libticalcs/trunk/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.12)

project(libticalcs2-tests
LANGUAGES C CXX)
LANGUAGES CXX)

add_executable(torture_ticalcs torture_ticalcs.c)
add_executable(torture_ticalcs torture_ticalcs.cc)
add_executable(test_ticalcs_2 test_ticalcs_2.cc)

pkg_check_modules(DEPS REQUIRED glib-2.0 libusb-1.0>=1.0.16 libarchive zlib)
Expand Down
Loading

0 comments on commit 4d61aae

Please sign in to comment.