mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed bugs and issues with linking tests
This commit is contained in:
parent
65be8090d3
commit
d4b1ea90c6
11 changed files with 27 additions and 21 deletions
|
|
@ -12,5 +12,6 @@ cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -G Ninja
|
|||
ninja -C build
|
||||
|
||||
# Create symlinks to executables in build folder if necessary
|
||||
rm bin/gdpm bin/gdpm-tests
|
||||
ln -s ../build/gdpm bin/gdpm
|
||||
ln -s ../build/gdpm-tests bin/gdpm-tests
|
||||
|
|
@ -1,2 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Call this from project root
|
||||
wc -l include/*.hpp src/*.cpp
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
command=build/gdpm
|
||||
|
||||
# Install packages using install command and specifying each package name or file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue