File: test.cmd

package info (click to toggle)
opencc 1.1.6%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,272 kB
  • sloc: cpp: 5,862; python: 352; javascript: 133; makefile: 106; sh: 55
file content (4 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
1
2
3
4
cmake -S. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=. -DENABLE_GTEST:BOOL=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug --target install
cd build
ctest --verbose -C Debug