#!/bin/bash # This script will compile the test program to test the library file # Make sure to make the dynamic library first pwd=$(pwd) g++ -L"$pwd" -o testprogramma tests/testprogramma.cc -lsequentie