// lognestmonster Copyright (c) 2020 Joshua 'joshuas3' Stockin // // // This software is licensed under the MIT License. // // main_test.c // Second part of a two-piece lognestmonster unit test source #include #include "lognestmonster.h" char * queueName; void test(void) { printf("retrieving %s from global queue\n", queueName); lnmQueueByName(queueName); }