#!/bin/bash
g++ test_syspoll.cpp GPIO.cpp -o test_syspoll -pthread
g++ test_callback.cpp GPIO.cpp -o test_callback -pthread
g++ test_gpiokeys.cpp GPIO.cpp -o test_gpiokeys -pthread
